.center-cont{
    width:100%;
    margin: 0 auto;
    min-height: 561px;
}
/*
.login-form{
    position: absolute;
    width: 520px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    margin: auto;
    height: 390px;
     background: #fff; 
    padding: 10px;
    box-shadow: 0px 1px 6px 0px #ccc;  border-radius: 20px; 
}*/

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccaca;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 4px 0;
}

.input-field label {
    color: #402cbf;
}

.input-field .prefix{
    color: #5361ff;
}

[type="checkbox"]+label:before {
    border: 2px solid #313131;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #5361ff;
    /* padding: 22px !important; */
    border-radius: 30px;
}

.input-field a{
    color:#fff;
    padding: 10px !important;
    height: 52px;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 0 #ffffff;
}

body{
    background:url("../images/login.jpg");
    background-size:cover;
    font-family: inherit;
}

.logo img{
    width:250px
}

@media only screen and (max-width: 600px){
    .input-field .prefix ~ input {
        width: 100%;
        width: calc(100% - 0rem);
    }
}

@media only screen and (max-width: 992px){
    .input-field .prefix ~ input {
        width: 100%;
        width: calc(100% - 0rem);
    }
    .input-field .prefix ~ input, .input-field .prefix ~ textarea {
        margin-left: 0rem;
        text-indent:40px;
        width: 100%;
        width: calc(100% - 0rem);
    }
}

@media only screen and (max-width: 992px){
    .modal {
        width: 92% !important;
    }
}

h4.modal-title {
    font-size:18px !important;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 231px !important;
    width: 55%;
}

.modal .modal-content {
    padding: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 0;
    border-radius: 6px;
    box-shadow:unset;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea {
    margin-left: 0rem !important;
    width: 92%;
    width: calc(100% - 3rem);
    padding-left: 3rem;
}
@media (max-width:500px){
    #login-page{
        background: #fff !important;
        padding: 25px !important;
        box-shadow: 2px 3px 6px 2px #4c4c4c !important;
        margin-top: 87px !important;
    }
    body{
        background: #03A9F4 !important;
    }
    .input-field label {
        color: #000 !important;
    }
}