﻿.cap-wrap {
    position: relative;
}
.cap-wrap img {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #fff;
    height: 26px;
    border-radius: 4px;
}
.bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.llogo {
    display: inline-block;
    padding: 3px 10px 7px;
    border-radius: 5px;
}
.loginModule {
    height: 100%;
    min-height: 360px;
    align-items: center;
}
.bg_img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    display: grid;
    transition: .3s ease;
}
.bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
body {
    /*background: url(../images/login.jpg) repeat !important;*/
    background: #003557;
    background-size: 100%;
}
.background_dots {
	background-image:url('../images/loginBG.jpg');
    /*background: #1a7209;*/
    height: 100%;
    background-size:contain;
    position: fixed;
    width: 100%;
    overflow: auto;
    z-index: 0;
    left: 0;
    padding-top: 0;
}
.background_dots.backgroundClient {
    background:url(../dl/images/Sport-wallpaper.jpg) repeat;
}
.login-body {
    background-image: url(../images/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}
.flexDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.loginModule {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginModule {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginModule p {
    color: #000;
    font-size: 11px;
    padding: 10px 15px;
}
.loginModule .logo {
    padding: 0 0 5px;
    text-align: center;
}
.loginModule .logo img {
    margin: 0 auto;
}
.loginModule .extraBorder {
    border-radius: 5px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loginModule .form {
    color: white;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px 40px;
    max-width:  420px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loginModule input:focus {
    outline: none;
}
.loginModule input {
    color: #000;
    /* letter-spacing: 1px; */
    /* padding-bottom: 10px; */
    width: 100%;
    font-size: 14px;
    /*  height: 42px;
        font-weight: 600; */
    border: none;
    /*
          margin: 12% 0% 0%;
        border-radius: 0 0 10px 10px;
    background-color: rgba(0,0,0,0);
    border: solid white 2px;*/
    border-radius: 0;
	    border-radius: 4px;
    background: #fafebd;
}
.loginModule input::placeholder {}
.loginModule input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
}
.loginModule .checkbox {
    margin: 12% 0% 0%;
}
/*.loginModule input[type="submit"] {
        margin: 12% 0% 0%;
        width: 100%;
        background-color: #2cace3;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        letter-spacing: 1px;
    }
        .loginModule input[type="submit"]:hover {
            background-color: #2a8db7;
        }*/
.loginModule input[type="submit"] {
    margin: 15px 0 0;
    width: 100%;
    color: #fff;
    background-color: #3f51b5;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /* letter-spacing: 1px; */
    font-weight: 800;
    box-shadow: inset 0px 0 0 #2952a1;
}
.loginModule input[type="submit"]:hover {
    box-shadow: inset 400px 0 0 #2952a1;
}
@media (max-width:767px) {
    .background_dots {
        padding-top: 0;
    }
	.loginModule {
    width: 90%;
    margin: 0 auto;
}
    .flexDiv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media(max-width:599px) {
    .login-body {
        background-position: -270px center;
    }
}