﻿@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

body {
    font-family: OpenSansRegular;
    background: #0ab4e7;
}

.body-container {
    float: left;
    width: 100%;
    padding: 80px 0px 0px 0px;
    overflow: hidden;
}

.sign-in-main {
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 670px;
    background-image: url(https://cdn2.onference.in/images/cutouts/sign-in-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.web-platform {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 40px 0px 0px;
}

.web-text {
    font-family: OpenSansBold;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}

.web-platform-mob {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0px 10px;
}

.web-text-mob {
    font-family: OpenSansBold;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}

.sign-in {
    /* float: left; */
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0px;
}

.sign-in-hld {
    width: 60%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}

.sign-in-form {
    width: 100%;
    overflow: hidden;
    padding: 30px 30px;
}

.social-login-hld {
    float: left;
    width: 100%;
    /* border: 1px solid #ff9933; */
    border-radius: 4px;
    /* padding: 10px 20px; */
}

.continue-with {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #ccc;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.social-login {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 2px 3px;
}

.facebook-login {
    width: 45%;
    float: left;
    padding: 8px 10px;
    color: #4a4a4a !important;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-family: "OpenSansBold";
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
}

.facebook-icon {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn2.onference.in/images/cutouts/facebook.png);
    background-size: 100% auto;
    width: 25px;
    height: 25px;
}

.google-login {
    width: 45%;
    float: right;
    padding: 8px 20px;
    color: #4a4a4a !important;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-family: "OpenSansBold";
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
}

.google-icon {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn2.onference.in/images/cutouts/googleicon.png);
    background-size: 100% auto;
    width: 23px;
    height: 25px;
}

.btn-sign-in {
    margin: 30px 0px 20px;
    float: left;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background-color: #ff9933;
    padding: 10px;
    text-align: center;
    font-family: OpenSansBold;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.redirect-sign-in {
    float: left;
    width: 100%;
    background: #66cbff;
    border-radius: 4px;
    padding: 15px 30px;
    color: #FFF;
    font-family: OpenSansBold;
    text-align: center;
    font-size: 18px;
}

.redirect-sign-otp {
    float: left;
    width: 100%;
    margin: 40px 0px;
    background: #ff9933;
    border-radius: 4px;
    padding: 15px 40px;
    color: #FFF;
    font-family: OpenSansBold;
    text-align: center;
    font-size: 18px;
}

.redirect-sign-in:hover,
.redirect-sign-otp:hover {
    color: #ffffff;
}

.terms-signin {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}

.terms-signin a {
    color: #ff9933;
}

/* .footer-area {
    position: fixed;
    bottom: 0px;
} */

.profile-tab-container {
    display: none;
}
/*#region media queries */

@media only screen and (max-width : 1321px) and (min-width: 1209px) {
    
    .web-platform {
        padding: 3% 2% 0px;
    }
}

@media only screen and (max-width: 1208px) and (min-width: 992px) {
    
    .web-text {
        font-size: 30px;
    }

    .sign-in-hld {
        width: 70%;
    }

    .sign-in-form {
        padding: 30px 20px;
    }

    .facebook-login {
        padding: 7px 4px;
    }

    .google-login {
        padding: 7px 15px;
    }
}
/*@media only screen and (max-width : 1024px) {
}*/
/*Custom Layout instaed 959px*/
@media only screen and (max-width : 991px) {

    .body-container {
        padding: 57px 0px 0px 0px;
    }

    .web-platform {
        display: none;
    }

    .web-platform-mob {
        display: block;
    }

    .web-text-mob {
        font-size: 26px;
    }

    .sign-in-hld {
        width: 80%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 959px) {

    .body-container {
        padding: 57px 0px 0px 0px;
    }

    .web-platform {
        display: none;
    }

    .web-platform-mob {
        display: block;
    }

    .web-text-mob {
        font-size: 26px;
    }

    .sign-in-hld {
        width: 90%;
    }
    
    .facebook-login {
        padding: 7px 4px;
    }

    .google-login {
        padding: 7px 4px;
    }

    .redirect-sign-in {
        padding: 15px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .body-container {
        padding: 57px 0px 0px 0px;
    }

    .sign-in-main {
        height: auto;
        background-size: auto;
        min-height: 550px;
    }

    .web-platform {
        display: none;
    }

    .web-platform-mob {
        display: block;
    }

    .web-text-mob {
        font-size: 22px;
    }

    .sign-in {
        width: 100%;
        padding: 40px 0px 20px;
    }

    .sign-in-hld {
        width: 70%;
    }

    .sign-in-form {
        padding: 30px 20px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .body-container {
        padding: 57px 0px 0px 0px;
    }

    .sign-in-main {
        height: auto;
        background-size: auto;
        min-height: 550px;
    }

    .web-platform {
        display: none;
    }

    .web-platform-mob {
        display: block;
    }

    .web-text-mob {
        font-size: 20px;
    }

    .sign-in {
        width: 100%;
        padding: 40px 0px 20px;
    }

    .sign-in-hld {
        width: 85%;
    }

    .sign-in-form {
        padding: 30px 20px;
    }

    .continue-with {
        padding: 0px;
    }

    .social-login {
        padding-top: 15px;
    }

    .facebook-login,
    .google-login {
        padding: 7px;
        font-size: 14px;
    }

    .using-email {
        padding: 20px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .body-container {
        padding: 57px 0px 0px 0px;
    }

    .sign-in-main {
        height: auto;
        background-size: auto;
        min-height: 550px;
    }

    .web-platform {
        display: none;
    }

    .web-platform-mob {
        display: block;
    }

    .web-text-mob {
        font-size: 20px;
    }

    .sign-in {
        width: 100%;
        padding: 40px 0px 20px;
    }

    .sign-in-hld {
        width: 85%;
    }

    .sign-in-form {
        padding: 20px 10px;
    }

    .continue-with {
        padding: 0px;
    }

    .social-login {
        padding-top: 15px;
    }

    .facebook-login,
    .google-login {
        padding: 7px;
        font-size: 14px;
    }

    .using-email {
        padding: 20px;
    }

    .redirect-sign-in {
        margin: 20px 0px;
        font-size: 14px;
    }

    .redirect-sign-otp {
        font-size: 14px;
    }

    .terms-signin {
        font-size: 12px;
    }
}
/*#endregion */
