﻿
.bg-white{
    background-color:#fff;
}

.org-logo {
    width: 28rem;
    border: 1px solid #cecdcd !important;
    border-radius: 15px !important;
    margin: 65px auto 0;
    text-align: center;
    background-color: #fff;
}
placeholder{
    background-color:#fff !important;
}
.org-logo img{
    height:5rem;

    }


.login-form {
    width: 23rem;
    margin: 2rem auto;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
    margin-bottom: 2.9rem;
}

.shadow {
    box-shadow: 0rem 0.375rem 1.125rem 0.125rem #eaeaea;
    border-radius: 1rem;
    border: 0.0625rem solid #eaeaea;
    overflow: hidden;
}


.login-form .form-header {
    font-size: 1.5rem;
    color: #38455d;
    margin-bottom: 1rem;
}

    .login-form .form-header img.icon {      
       
        height: 1.3rem;
        width: 1.3rem;
    }

.login-form .form-body .form-group input{
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.65rem;
    border: 0.0625rem solid #e8eaef;
    padding: 0.675rem 1rem 0.675rem 2.5rem;
    color: #929baa;
    width: calc(100% - 3.50rem) !important;
    filter: none;
}
.login-form .input-field {
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
}
    .login-form .input-field img.icon {
        position: absolute;
        top: 0.9rem;
        height: 1rem;
        width: 1rem;
        margin-left: 6px;
    
}
.dxeRoot_IhmhTheme{
    width:100%;
}

input[type="text"].dxeEditArea_IhmhTheme, input[type="password"].dxeEditArea_IhmhTheme {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
}