
html {
    height: 100%;
}

body {
    min-height: 100%;
}

.error {
    position: absolute;
    font-size: 12px;
    color: red;
    padding-top: 40px;
}



#OperationClaimSelectBoxId-error {
    position: relative;
    padding-top: 50px;
}


#FirmId-error {
    position: relative;
    padding-top: 50px;
}








#checks-error {
    padding-top: 15px;
}

.SignUpBackButton {
    position: absolute;
    padding-left: 28px;
    padding-top: 28px;
    z-index: 9999;
}


.CheckBoxAgreeTerms {
    background: #4F6482;
    border-radius: 5px;
    height: 10px;
    z-index:999;
}

#AgreementText {
    margin-left:0 !important;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

.crossbutton {
    border: none !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    width: 36px !important;
}

.body-wrapper {
    background-image: url("/images/Panel/SIGN-IN-BACKGROUND.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.nav {
    position: fixed;
    top: 0;
    height: 0;
}


.main-box {
    position: absolute;
    width: 459px;
    left: 10vw;
    top: 20vh;
}

.signupbox {
    background: #FFFFFF;
    border: 1px solid #CDD3DB;
    box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


element.style {
}

.signupbox-header {
    text-align: center;
    margin-top: 19px;
    margin-left: auto;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.015em;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.top1 {
    margin-top: 3px;
}

.inputheder1 {
    margin-top: 6px;
}

.inputheder2 {
    margin-top: 25px;
}

.buttonmargin1 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.buttoncolor1 {
    background-color: #CDD3DB !important;
}

.signupbox-body {
    margin-left: 80px;
}

.signupbox-header-input {
    display: flex;
    width: 300px;
    height: 40px;
    background: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
}

    .signupbox-header-input img {
        height: 30px;
        padding-top: 4px;
        padding-left: 4px;
    }

    .signupbox-header-input input {
        padding-top: 10px;
        padding-left: 10px;
        border: none;
        height: 28px;
        width: 240px;
    }

        .signupbox-header-input input::placeholder {
            font-family: Source Sans Pro;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.015em;
        }

        .signupbox-header-input input:focus {
            border: none;
            outline-offset: 0px;
            outline: none;
        }

.signup-input-header {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
    margin-top: 15px;
    height: 15px;
}

.signupbox button {
    height: 40px;
    width: 200px;
    margin-left: 50px;
    background-color: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
}

.signup-box {
    margin-top: 50px;
    text-align: center;
}






.FooterInfo {
    font-size: 10px;
    height: 5px;
}


.HeaderId {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
 
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.modal-footer {
    padding: 2px 16px;
 
}

 