
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');
@import url('login_font.css');

.modal-footer .btn-default {
    background-color: #5584ff;
    border-radius: 15px;
    color: #FFF;
    border: none;
    padding: 5px 15px;
}

.form-signin {
    background-color: white;
}

#loginButton {
    margin-right: -10px;
    padding: 0px;
    width: 40px;
    height: 29px;
}

.validation-summary-errors {
    /*margin-top: 3px;
        margin-left: -22px;*/
}

    .validation-summary-errors ul {
        list-style-type: none;
    }


.glyphicon-lock, .glyphicon-user {
    font-size: 27px;
    color: #6783FB;
}

.loginbtn .btn {
    background-color: #1C427B;
    border-color: #1C427B;
}

.form-control {
    border-color: #5584ff;
}

.btn-mobile {
    width: auto;
    padding: 0;
}

.alert {
    opacity: 0.8 !important;
}

.login-page {
    background: url(../../images/wallpaper/cyone.jpg);
    background-size: 100% 100%;
    float: left;
    background-repeat: no-repeat;
    height: 100%;
}

html {
    background-color: #fff !important;
    min-height: 100vh !important;
}

.wall {
    font-family: 'Myriad Pro Light';
    padding: 100px 50px;
    background: #fff;
    box-shadow: 0px 0px 139px 0px rgba(147, 161, 185, 0.59);
    left: 0px;
    top: 0px;
    height: 100%;
    min-height:unset !important;
}

.wall h2{

    font-size: 22px;
    font-family: "Myriad Pro";
    color: rgb(132, 146, 175);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;

}

.top-space{

    margin-top:100px;

}

.logo img{

    display:inline-block;
    width:230px;

}

.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    font-size: 18px;
    color:rgb(132, 146, 175) !important;
}

.form-control {
    font-family: "Myriad Pro";
    font-size: 18px;
    border:none;
    border-bottom:1px solid #d4d9e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left:50px;
    color:rgb(132, 146, 175) !important;
    padding-top:3px;
    box-shadow:none;
}

.form-control:focus,
.form-control:hover{
    outline:none;
    box-shadow: none;

}

.form-group{
    position: relative;
}

.form-group .icon {

    position: absolute;
    width:40px;
    height:40px;
    left:0px;
    top:0px;

}

.form-group .icon img{

    margin-top:5px;
    margin-left:10px;
    width:20px;
    height:20px;

}

.btn-info{

    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top:40px;
    background: #5584ff;
    height:60px;
    padding-top:15px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    position: relative;

}

.Parolami_Unuttum {
    font-size: 17px;
    font-family: "Roboto";
    color: rgb(85, 132, 255);
    line-height: 1.5;
    text-decoration: none;
}

.Parolami_Unuttum:hover{
    text-decoration: none;
}

.btn-info:hover,
.btn-info:focus{

    background: #4d6dbd;

}

.btn-info .icon{ 
    position: absolute;
    height:60px;
    width:60px;
    right:0px;
    top:0px;
    line-height: 60px;
}

@media(max-width:998px) {

    .wall {

        position: static;
        width: 100%;

    }

    .btn-info {

        font-size: 14px;
        height:50px;

    }

    .btn-info .icon {
        display: none;
    }

}

.mt-5{
    margin-top:5rem;
}

.mt-3{
    margin-top:3rem;
}

.mx-5{
    margin-left:3rem;
    margin-right:3rem;
}

.form-signin {
    background-color: white;
}

#loginButton {
    margin-right: -10px;
    padding: 0px;
    width: 40px;
    height: 29px;
}

.validation-summary-errors {
    margin-top: 3px;
    margin-left: -22px;
}

#danger-alert {
    position: fixed;
    bottom: 0;
    right: 0;
}

#messageBox {
    position: fixed;
    bottom: 0;
    right: 0;
}

.navbar-toggle collapsed {
    color: black;
}

.input-group-addon {
    background-color: #1C427B;
    color: white;
    border-color: #1C427B;
}

.loginbtn .btn {
    background-color: #1C427B;
    border-color: #1C427B;
}

.form-control {
    border-color: #074F7F;
}

.btn-mobile {
    width: auto;
    padding: 0;
}

.validation-summary-errors ul {
    list-style-type: none;
}

    .validation-summary-errors ul li {
        font-weight: bold;
    }