/*/////////////////////Customization starts here///////////////////////////////////////////*/

.login-box, .register-box {
    width: 360px;
    margin: 12% auto !important;
    border-radius: 10px;
}

.login-box-body, .register-box-body {
    padding: 15px !important;
    border-radius: 10px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 300;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 !important;
}

.logo-image-transparent {
    mix-blend-mode: multiply;
}

.login-box-footer {
    text-align: center;
    margin-top: 30px;
    color: #d8d8d8;
}

.login-box-footer a {
    color: #d8d8d8;
}

.login-page {
    background: url('../image/processed.jpeg') no-repeat center center fixed;
    height: 695px;
    width: 100%;
    padding: 5% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-width-50 {
    width: 50px !important;
}

.img-width-20 {
    width: 20px !important;
}

/*#nprogress .bar {
    background: red !important;
    height: 3px !important;
}

#nprogress .spinner-icon {
    border-left-color: white !important;
    border-top-color: white !important;
}*/

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*This lines are importand and default*/
.input-group input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: inherit;
    outline-offset: 0px;
}

@media only screen and (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin: 47% auto !important;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (min-width: 768px) {

}