body{
    background-color: #F9F9F9;
    width: 100%;
    height: 100%;
}

.row.row-eq-height {
    height: 100%;
}

.row .main-panel {
    height: 100%;
}

.main-panel.left-panel {
    background-image: url("../img/login-left-panel.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.main-panel.left-panel .main-box {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 7%;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #004962;
    opacity: 0.9;
    color: #fff;
    padding: 35px 35px 0px;
}

.main-panel.left-panel .main-box .row {
    text-align: center;
    margin-bottom: 3.5%;
}

.main-panel.left-panel .main-box .card-1-sec {
    width: 100%;
}

.main-panel.left-panel .main-box .card-2-sec {
    width: 100%;
}

.main-panel.left-panel .main-box .password-sec {
    width: 70%;
}

.main-panel.left-panel .main-box .button-sec {
    width: 70%;
}

.main-panel.left-panel .main-box .text-sec {
    font-size: 14px;
    font-family: 'FuturaTTE';
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.main-panel.right-panel {
    display: table;
    table-layout: fixed;
}

.header-logo {
    padding: 18px 20px;
    text-align: left;
}

.header-logo img {
    max-width: 150px;
}

.form-login{
    font: bold 14px sans-serif;
}

.form-log-in-with-email{
    vertical-align: middle;
    text-align: center;
}

.form-log-in-with-email .form-white-background{
    background-color: #F9F9F9;
    padding: 40px 40px;
}

.form-log-in-with-email .form-title-row{
    text-align: center;
    margin-bottom: 30px;
}

.form-log-in-with-email h1{
    display: inline-block;
    color:  #6e787f;
    font-size: 24px;
    padding: 0 30px 15px;
    font-family: Futura-Med;
}

.form-log-in-with-email .form-row{
    text-align: left;
    margin-bottom: 46px;
}

.form-log-in-with-email .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 125px;
    text-align: right;
    padding-right: 25px;
}

.form-log-in-with-email input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 230px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 8px 18px;
    border: 1px solid #dbdbdb;
}

.form-log-in-with-email button{
    display: block;
    border-radius: 2px;
    background-color:  #004962;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 35px;
    border: 0;
    margin: 45px auto 0;
    cursor: pointer;
}

.inputLabel.active {
    font-size: 0.8rem;
    transform: translateY(-140%);
}

input.form-control {
    border: none;
    box-shadow: 0 0 0 1000px #F9F9F9 inset;
    -webkit-box-shadow: 0 0 0 1000px #F9F9F9 inset;
    padding-left: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-left: 40px;
    background-image: none;
    background-color: #F9F9F9;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: .4px;
    color: #171a1f;
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    height: 30px;
}

input.form-control:focus {
    border: none;
    box-shadow: 0 0 0 1000px #F9F9F9 inset;
    -webkit-box-shadow: 0 0 0 1000px #F9F9F9 inset;
    -webkit-appearance: none;
}

input.form-control::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.inputWrapper .inputArea {
    display: block;
    width: 100%;
    position: relative;
}

.inputWrapper .inputArea .inputUnderline {
    height: 2px;
    background-color: #468FAF;
}

.inputWrapper .inputArea.invalid .inputUnderline {
    height: 2px;
    background-color: #DE5145;
}

.inputWrapper .inputArea .inputLabel {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px;
    color: rgba(21, 28, 41, .70);
    transform-origin: left top;
    transition: color 200ms ease, transform 200ms ease;
    pointer-events: none;
    cursor: text;
}

.inputWrapper .inputArea:not(.open).typed .inputLabel {
    opacity: 1;
    transform: translateY(-27px) scale(.82);
}

.inputWrapper .inputArea.open.typed .inputLabel {
    opacity: 0;
    display: none;
}

.inputWrapper .inputArea.open .inputTitle {
    position: absolute;
    left: 5px;
    top: -22px;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    color: rgba(21, 28, 41, .48);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.login-form {
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.legal-advice {
    font-size: 11px;
    text-align: center;
}



.form-row.errorMsg {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #DE5145;
    font-size: 14px;
    font-weight: 400;
    min-height: 20px;
}

.language{
    position: absolute;
    right: 45px;
    top: 10px;
    width: 35px;
    height: 30px;
}

.language-button,
.language-button:hover{
    width: 35px;
    height: 30px;
    background: url("../img/language-icon.png") #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 30px;
}

.language-dropdown{
    min-width: 0px;
    right: -10px;
    top: 50px;
}

.language-dropdown li a{
    padding: 4px 18px;
    font-size: 14px;
}



@media (max-width: 900px) {

    .form-login{
        margin: 20px auto;
    }

    .form-log-in-with-email{
        position: relative;
        display: block;
        margin: 0 0 50px;
    }

    .form-log-in-with-email .form-white-background{
        margin: 0 auto 32px;
    }

    .form-log-in-with-email:after{
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

}

@media (max-width: 600px) {

    .form-log-in-with-email .form-white-background{
        width: 300px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .form-log-in-with-email .form-row{
        margin-bottom: 45px;
    }

    .form-log-in-with-email .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 10px;
    }

    .form-log-in-with-email:after{
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

    .form-log-in-with-email h1{
        font-size: 20px;
    }

    .form-log-in-with-email .form-title-row{
        margin-bottom: 10px;
    }

    .form-row.errorMsg {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #DE5145;
        font-size: 14px;
        font-weight: 400;
        min-height: 20px;
    }

    .form-log-in-with-email button{
        margin: 25px auto 0;
    }


}


@media (min-width: 1600px) {

    .form-log-in-with-email .form-white-background{
        padding: 120px 40px;
    }

}


@media (min-width: 1900px) {

    .form-log-in-with-email .form-white-background{
	padding: 200px 40px;
    }

}
