﻿body {
    /*background: #384b54 !important;*/
    height: 100vh;
    /*background: linear-gradient(to bottom, #43c6ac, #f8ffae) !important;*/
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/slider/1.jpg') !important;*/
    background-size: 100% !important;
    padding: 0px;
    overflow: hidden;
}

html {
    overflow-y: auto;
}

.inputGroup label {
    border-radius: 5px;
    padding: 12px 30px;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
}

    .inputGroup label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #4993d2;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1;
    }

    .inputGroup label:after {
        width: 32px;
        height: 32px;
        content: "";
        border: 2px solid #d1d7dc;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 34px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

.inputGroup input:checked ~ label {
    color: #fff;
    border-radius:0px;
}

    .inputGroup input:checked ~ label:before {
        -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
    }

    .inputGroup input:checked ~ label:after {
        background-color: #337ab7;
        border-color: #ffffff;
    }

.inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.form-control {
    padding: 6px 5px;
}

.main {
    width: 70%;
    padding: 0px !important;
}

.invalidCredentials {
    min-height: 40px;
}

.inputGroup label {
    background: #deefff;
    border-radius:0px;
}

.signup-img {
    position: relative;
    width: 385px;
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.signup-img-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

h2 {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #fff;
    font-family: 'Poppins';
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

p {
    margin: 0px;
    font-weight: 600;
    color: #fff;
}

.signUP {
    display: -webkit-flex
}

.registerheading {
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
}

.registrationformcontrol {
    margin-top: 28px;
    margin-bottom: 25px;
     height: 351px;
}

.formcontrol {
    margin: 3px 0px 0px 0px;
    max-height: 74px;
    min-height: 74px;
}

.error {
    color: red;
    padding-left: 15px;
    display: none;
}

.signup-form {
    padding: 0px;
}

.readTnc {
    padding-top: 8px;
    padding-left: 28px;
}

.btn-cancel {
    color: #fff;
    background-color: #5B6770 !important;
    border-color: #666666 !important;
}

    .btn-cancel:hover {
        color: #fff;
        background-color: #535D64;
        border-color: #666666 !important;
    }

#OTPmodal .modal-dialog {
    top: 20% !important;
    width: 37%;
}
.modal-content {
    border-radius:0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.p-t-5 {
    padding-top:5px;
}

.maininfo {
    font-size: 16px;
}

    .maininfo .text {
        font-weight: 600;
    }

.required:after {
    content: " *";
    color: red;
}

.OTPmesg {
    font-size: 13px;
    color: red;
}

.p-tb-14 {
    padding: 14px 0px;
}
.swal-icon {
    margin: 5px auto;
}


@media (max-width: 1440px) {
    .main, #mainSignup {
        width: 70%;
    }

    #OTPmodal .modal-dialog {
        width: 44% !important;
    }
}

@media (max-width: 1280px) {
    .main, #mainSignup {
        width: 90%;
    }

    #OTPmodal .modal-dialog {
        width: 50% !important;
    }
}

@media (max-width:800px) {
    body {
        overflow: auto;
    }

    #OTPmodal .modal-dialog {
        width: 68% !important;
    }

    .signup-form {
        width: 100%;
        padding-bottom: 13px !important;
    }

    .signup-img {
        display: none;
    }

    .modal-dialog {
        width: 50% !important;
        margin: auto;
    }
    #exampleModal .modal-dialog {
        width: 90% !important;
        margin-top: 61PX;
    }
}


@media(max-width:768px) {
    body {
        overflow: auto;
    }
    .modal-title {
        font-size: 16px;
    }
    #lblError1, #lblError2, #lblError3 {
        padding-left: 15px;
    }

    .invalidCredentials {
        min-height: 27px;
    }

    .main {
        padding: 9px 9px;
    }

    #divCandidateSignIn, #divDGShippingSignIn {
        padding: 5px;
    }

    #dvMeetingDetails .panel-heading {
        padding: 10px 6px;
    }

    .main {
        margin: 15px auto;
    }

    .signup-img {
        display: none;
    }

    .registrationformcontrol {
        height: auto !important;
    }

    .signup-form {
        padding-bottom: 13px !important;
        width: 100%;
    }
    #OTPmodal .modal-dialog {
        width: 90% !important;
    }
    .registerbtn {
        padding-top: 20px;
    }
    #exampleModal .modal-dialog {
        width: 90% !important;
        margin-top: 63px;
    }
   
   
}

@media(width:768px) {
    #OTPmodal .modal-dialog {
        width: 60% !important;
    }
}
@media(width:1024px) {
    .signup-img {       
        width: 418px;
    }
}
@media(max-width:600px) {
    #validateOTP {
        margin-top: 15px;
    }
}
.imgborder {
    border: 1px solid #ddd;
}
#LoginModal #mainSignup {
    width: 100%;
}
#pwdModal .modal-header h1{
    font-size:20px;
}
.card {
    box-shadow: 0px 0px 2px 0px #696969;
}
.img-event{
    min-height:130px;
}