﻿body {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…hlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: radial-gradient(ellipse at center,#fff 0%,#fff 30%,#e5e5eb 54%,#c9c7d1 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#c9c7d1',GradientType=1);
    display: block;
    color: black;
}
#m1{
    height: 100% !important
}
.mckess_logo {
    width: 500px;
}
.mck_logo {
    width: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
	left: 50px;
    position: absolute;
}

.div_one {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*background-color: #005A8C;*/
    background: linear-gradient(180deg,rgba(31,54,100,1),rgba(93,140,187,0.7) 66%,rgba(125,185,232,0));
    padding-top: 20px;
}

.div_zero {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*background-color: #005A8C;*/
    background: linear-gradient(180deg,rgba(31,54,100,1),rgba(93,140,187,0.7) 66%,rgba(125,185,232,0));
    padding-top: 20px;
}

.div_one .div_center {
    width: 500px;
    height: 500px;
    background-image: url("/app/Default/users/crete/portal/resources/loginbox.png");
    background-position: left top;
    background-size: 500px 480px;
    background-repeat: no-repeat;
    text-align: center;
}

.div_one .div_center .div_form, .div_one .div_center .div_form_process {
	margin: 25px 0;
}

.div_one .div_center .div_form .inputBox, .div_one .div_center .div_form_process .inputBox {
    display: flex;
}

.div_one .div_center .div_form .inputBox .inputTitle, .div_one .div_center .div_form_process .inputBox .inputTitle {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal!important;
    float: left;
    width: 112px;
    margin-left: 30px;
    text-align: left;
}

.div_one .div_center .div_form .inputBox input,
.div_one .div_center .div_form .inputBox select {
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    float: left;
    overflow: visible;
    width: 320px;
    height: 42px;
    margin-bottom: 17px;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.div_one .div_center .div_form_process .inputBox input,
.div_one .div_center .div_form_process .inputBox select,
.div_one .div_center .div_form_process .inputBox .linput_wrapper {
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    overflow: visible;
    /* width: 320px; */
    height: 42px;
    margin-bottom: 17px;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#portal-process-form input[mutated-field="check"][type="checkbox"]{
    display:none
}


#portal-process-form .inputBox.checkField {
    height: 42px;
}


.div_one .div_center .div_form .inputBox input:focus,
.div_one .div_center .div_form .inputBox select:focus,
.div_one .div_center .div_form_process .inputBox input:focus,
.div_one .div_center .div_form_process .inputBox select:focus {
    border: 1px solid #9db6c1;
}

.div_one .div_center .div_form .buttonsDiv button.button_div, .div_one .div_center .div_form_process .buttonsDiv button.button_div {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    width: 250px;
    height: 42px;
    background-color: #ff9c05;
    color: white;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0px;
}

.div_one .div_center .div_form .buttonsDiv button.button_div:hover, .div_one .div_center .div_form_process .buttonsDiv button.button_div:hover {
    color: #ff9c05;
    background: white;
    border: 1px solid #9db6c1
}

.login_error, #portal_process_error_message,  #portal_unilater_error_message {
    color: red;
	font-weight: 500;
    margin: 3px 6px;
    position: relative;
    bottom: 70px;
    
}

.login_warning {
    color: #f36e15;
	font-weight: 500;
    margin: 3px 6px;
    position: relative;
    bottom: 70px;
}

.login_success, #portal_process_success_message, #portal_unilater_success_message {
    color: #00ab42;
	font-weight: 500;
    margin: 3px 6px;
}

@media only screen and (max-width:550px) {
    .div_one .div_center {
        width: 100%;
        
    }
    .div_one .div_center .div_form,
    .div_one .div_center .div_form_process {
        margin-left: 10px;
        margin-right: 10px;
    }
    .div_one .div_center .div_form .inputBox,
    .div_one .div_center .div_form_process .inputBox {
        flex-direction: column;
    }
    .div_one .div_center .div_form .inputBox input,
    .div_one .div_center .div_form .inputBox select,
    .div_one .div_center .div_form_process .inputBox input,
    .div_one .div_center .div_form_process .inputBox select {
        width: auto;
    }
    .div_one .div_center .div_form .buttonsDiv button.button_div, .div_one .div_center .div_form_process .buttonsDiv button.button_div {
        margin-left: 0;
        width: 100%;
    }
}

.portal_process {
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    right: 50px;
    top: 20px;
}

.portal_unilateral_process {
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    right: 28px;
    top: 60px;
}

.div_form_process, .unilateral_process {
    display: none;
}

.stylishPortal {
    background: #fff;
    color: #00ADEF;
    padding: 0 5px;
    border: 1px solid #00ADEF;
    border-radius: 10px;
    font-weight: bold;
}

.stylishPortal:hover {
    background: #00ADEF;
    color: #fff;
}

.portal-process-container {
    display: flex;
    flex-wrap: wrap;
}

.portal-process-col {
    display: flex;
    flex-direction: column;
}

.portal-process-col .inputTitle, .portal-process-col input {
    width: auto;
}

.inputBox .icon-calendar-1 {
    margin-top: 14px;
}

#proceedBtn{
    font-size: 14px;
    font-style: italic;
    margin-right: 90px;
    color: white;
}

.inputBox {
    width: 410px;
    position: relative;
    /* left: 80px; */
}

.div_logo {
    position: relative;
    top: 360px;  
    right: 10px; 
}

.signin {
    position: relative;
    /* right: 60px; */
    top: 120px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: inherit;
}

.whiteline{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.userImg {
    background-color: white;
    width: auto;
    height: 42px;
    padding-left: 15px;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    position: relative;
    left: 65px;
}

.passImg {
    background-color: white;
    width: auto;
    height: 42px;
    padding-left: 15px;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    position: relative;
    left: 65px;
}

#login_username {
    width:900px;
}

#login_password {
    width:900px;
}
 
.singleWhite {
    height: 2px;
    width: 320px;
    margin-top: 40px; 
}

.div_top{
    /*background-color: #005A8C;*/
    background: linear-gradient(0,rgba(31,54,100,1),rgba(93,140,187,0.7) 66%,rgba(125,185,232,0));
    position: relative;

}

.top_lines{
width:100%
}

#m1 > div {
    overflow: hidden !important;
}

/*for sso css*/

.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    width: 70px;
}
.slider.round {
    border-radius: 34px;
}

input:not(:checked) + .slider > .login-switch-background {
    left: 10px;
}

.login-switch-background {
    position: absolute;
    top: 7px;
    color: #002C77;
    font-weight: bold;
    
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: #002C77;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

input:not(:checked) + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}
input:checked + .slider > .login-switch-background {
    left: 40px;
}
.login-type-switch{
    display: flex;
    justify-content: flex-end;
    width: 90%;
    /* margin: -20px 0px 10px 14%; */
    position: relative;
    top: -30px;
    left: -5px;
}