﻿#login_modal {
    overflow: hidden;
}

    #login_modal .modal-dialog {
        width: 500px;
    }

    #login_modal .modal-body {
        padding: 50px;
    }

    #login_modal .form-control {
        border-color: #ccc;
    }

        #login_modal .form-control:focus {
            border-color: #008ed6;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        }

        #login_modal .form-control:hover, #login_modal .form-control:focus {
            /*border-color: #ccc;*/
        }

    #login_modal .btn-login {
        padding: 7px 30px;
        float: left;
    }

@@media (min-width: 768px) {
    .modal-dialog {
        /*margin: 15% auto;*/
        margin: -21% auto;
    }
}

form .form-error {
    text-align: left;
    margin-bottom: 0px;
    font-size: 15px;
    margin-left: 2px;
    color: red;
    font-weight: 600;
}

#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/loaderred.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.67);
}

.icon-img {
    width: 87px;
}

input[type=button], button[type=button], input[type=submit], button[type=submit] {
    border-radius: 12px;
}

::placeholder {
    color: rgb(5,141,173) !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.shape {
    width: initial;
    opacity: 0.1;
    position: absolute;
    height: 55px;
}

.overlay-lg {
    max-height: 100%;
}



.shape.wave {
    height: initial;
    width: 88px;
}

.shape.xshape {
    height: 38px;
}

.overlay.overlay-sm .shape {
    filter: brightness(0) invert(1);
    opacity: 0.15;
    height: 40px;
}

    .overlay.overlay-sm .shape.wave {
        height: initial;
        width: 70px;
    }

    .overlay.overlay-sm .shape.xshape {
        height: 30px;
    }

.square {
    right: 68%;
    top: 71%;
}

.triangle {
    right: 7%;
    bottom: 75%;
}

.xshape {
    right: 25%;
    bottom: 50%;
}

.half-circle1 {
    left: 50%;
    bottom: 82%;
}

.half-circle2 {
    left: 5%;
    top: 67%;
}

.wave1 {
    bottom: 75%;
    left: 10%;
}

.wave2 {
    bottom: 8%;
    right: 45%;
}

.circle {
    left: 25%;
    bottom: 63%;
}

.circle2 {
    right: 16%;
    bottom: 26%;
}

.modal-content {
    background-color: #E6F3F3;
}

.modal-header button.close {
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0.7;
    margin: 0;
    transition: all 500ms ease;
}

#loadingLogin {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/loaderred.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.67);
}

body.is-preload {
    background: linear-gradient(to bottom right, #fff, #e6f3f3);
}

img.shape {
    display: block;
}

#main img {
    margin-left: 30px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .container > div {
        margin-top: 5%;
    }

.card-body form p {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.form-group label {
    font-weight: bold;
    display: inline !important;
}

.form-group .form-control {
    border: 2px solid #216060;
    padding: 8px;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

    .form-group .form-control:focus {
        background-color: #fff;
        color: #000;
    }

.btn-login {
    background-color: #339999 !important;
    margin-top: 20px;
    font-size: 25px !important;
    cursor: pointer;
}

#forgotPasswordLink {
    position: relative;
    top: -30px;
    left: 130px;
    font-size: 20px;
    font-weight: bold;
    color: #339999;
}

.error-login-msg {
    color: black;
    //display: none;
    font-weight: 600;
}

#forgotPasswordModal {
    margin-top: -20%;
    margin-left: 35%;
    width: 528px;
}

    #forgotPasswordModal .modal-header {
        background-color: #339999;
    }

    #forgotPasswordModal .modal-body .form-control {
        color: black;
    }

    #forgotPasswordModal .btn-login {
        margin-left: 120px;
    }

    #forgotPasswordModal .btn-default {
        background-color: #ccc;
        font-size: 25px !important;
    }

    #forgotPasswordForm{
        padding-bottom:10px;
    }

.hide {
    display: none;
}
