/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

.bgbody {

     background: url('../../img/bg-home-topadi-2019.JPG') no-repeat center center fixed;
	/*background:#374D7D;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: initial;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.col-md-4.tutorkanan {
    padding-top: 25px;
    text-align: right;
}

.boxtutorial {
    background: #fff;
    margin-top: 45px ;
    padding:15px;
    background: #fff;
    margin-top: 30px;
    padding: 15px;
    border-radius: 15px;
    opacity: 0.95;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.hlpme {
    text-align: right;
    color: #868080;
    font-size: 14px;
}

.bokslupa {
    background: #fff;
    height: 100%;
    padding:15px;
    width: 450px;
    position: fixed;
    top: 0;
    right: 0;

}

.mb15 {
    margin-bottom: 15px !important;
}

.menulogin {
    margin-top: 35px;
    margin-bottom: 45px;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 25px;
    margin: 0 auto;
    background: #fff;
    /* border-radius: 11px; */
    text-align: center;
    opacity: 1;
    /* position: fixed; */
    top: 0;
    right: 0;
    height: 100%;
}
form.form-signin {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 50px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
