@font-face {
    font-family: 'montserratbold';
    src: url('montserrat-bold-webfont.woff2') format('woff2'),
         url('montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratitalic';
    src: url('montserrat-italic-webfont.woff2') format('woff2'),
         url('montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('montserrat-medium-webfont.woff2') format('woff2'),
         url('montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('montserrat-semibold-webfont.woff2') format('woff2'),
         url('montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#home {
    background: url("../images/Rectangle21.png") no-repeat center center;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
}
#home h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    width: 20%
}
#home .otp-container {
    background: #fff;
    width: 40%;
    border-radius: 30px;
    padding: 50px 70px;
    box-shadow: 3px 3px 3px 3px #eaeaea;
}
#home .otp-container .details {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#home .otp-container img {
    align-self: center;
    width: 40%;
    margin-right: 50px;
}
#home .otp-container form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#home .otp-container form input[type="text"] {
    border-bottom: 2px solid #cccccc;
    border-width: 0;
}

#home .otp-container form .button {
    padding: 10px 30px;
    background: #5fb09a;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
#home .otp-container form .form-field {
    border: 2px solid #5fb09a;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
#home .otp-container form .form-field:last-child {
    margin-bottom: 0;
}
a.account {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
}
.social {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    color: #5fb09a;
}
.social a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}
.social a.google {
    color: #e68176;
    font-size: 25px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: powderblue;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-right: 6px;
}
.social a.twitter {
    color: #84c5f3;
}
.social a.facebook {
    color: #758ab6;
}
/*Responsive starts here*/
@media all and (max-width: 1280px) {
    #home .otp-container {
        flex-direction: column;
        padding: 35px;
    }
    #home .otp-container img {
        margin-right: 0;
    }
    #home .otp-container form input[type="text"] {
        width: 98%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 13px !important;
    }
    .select2-container--default .select2-selection--single {
        width: 98%;
    }
@media all and (max-width: 700px){
    .select2-container--default .select2-selection--single {
        width: 100%;
    }
    #home .otp-container form input[type="text"] {
        width: 100%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 7px !important;
    }
    #home .otp-container img {
        display: none;
    }
}
@media all and (max-width: 660px){
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 6px !important;
    }
}
    
@media all and (max-width: 640px) {
    #home {
        height: 70vh;
        padding-top: 160px;
    }
    #home .otp-container form .button {
        margin-top: 0;
    }
    #home .otp-container form .form-field {
        margin-bottom: 24px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px !important;
    }
}

@media all and (max-width: 600px){
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 4px !important;
    }
}
@media all and (max-width: 550px){
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 3px !important;
    }
}
@media all and (max-width: 480px) {
    #home .otp-container form .button {
        padding: 10px 45px;
        font-size: 15px;
    }
    #home .otp-container form .form-field {
        margin-bottom: 15px;
    }
    #home .otp-container img {
        display: none;
    }
}
@media all and (max-width: 450px){
    .select2-container--default .select2-selection--single {
        width: 97%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 12px !important;
    }
    .social{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .social h2.login{
        margin-bottom: 4% !important;
    }
}
@media all and (max-width: 420px){
    .select2-container--default .select2-selection--single {
        width: 89%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 41px !important;
    }
}
@media all and (max-width: 400px){
    .select2-container--default .select2-selection--single {
        width: 85%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 50px !important;
    }
}
@media all and (max-width: 370px){
    .select2-container--default .select2-selection--single {
        width: 78%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 72px !important;
    }
}
@media all and (max-width: 340px){
    .select2-container--default .select2-selection--single {
        width: 72%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 92px !important;
    }
}
