﻿.google-modal-header {
    color: inherit; /*color: rgb(33, 40, 51);*/
    font-family: DINPro-Light, IBMPlexSans-Light, "Microsoft YaHei", PingFangSC-Regular, Arial, sans-serif;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
    text-align: center;
}
.google-modal-container {
    width: 100%;
    position: relative;
    font-family: DINPro, IBMPlexSans-Regular, -apple-system, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 388px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 40px 0px;
    background: rgba(0, 40, 100, 0.12);
    border-radius: 4px;
}
.google-modal-container-div-header {
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
}

.google-modal-container-header {
    color: white;
    font-weight: bold;
    font-family: DINPro-Bold, IBMPlexSans-SemiBold, -apple-system, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
    height: 100%;
    padding: 18px 20px;
    font-size: 16px;
    background-color: #41a3f2;
}
.google-modal-container-header-underline {
    box-sizing: border-box;
    margin-top: -3px;
    z-index: 1;
    position: absolute;
    transform-origin: 0 0;
}
.google-modal-body {
    padding: 40px 50px 100px;
}
.google-modal-description {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.google-modal-description span {
    
    flex: 1 1 0%;
}
    .google-modal-description img {
        width: 40px;
        margin-right: 20px;
        color: rgb(72, 81, 93);
    }
.google-modal-input-code {
    width: 15%;
    height: 50px;
    text-align: center;
    font-family: DINPro-Medium,IBMPlexSans-Medium,-apple-system,PingFang \ SC,Microsoft YaHei,WenQuanYi Micro Hei,Fira Sans,Droid Sans,Helvetica Neue,Arial,Segoe UI,sans-serif;
    font-size: 30px;
}
.google-modal-label {
    color: rgb(132, 142, 156);
    font-size: 14px;
    
}
.google-modal{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.4);
    z-index:200;
    
}

.google-modal-input-code::-webkit-inner-spin-button,
.google-modal-input-code::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.google-modal-footer {
    padding-bottom: 30px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(240, 185, 10);
    font-size: 14px;
}
    .google-modal-footer span:hover {
        color:black;
    }



















