﻿
.login-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBox {
    position: relative;
    width: 400px;
    height: 380px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
}
img {
    display: block;
    margin: auto;
}
 .loginHead {
        text-align: center;
        border-bottom: #eee 1px solid;
        padding-bottom: 20px;
        margin-bottom: 20px;      
    }

 /*Før blev disse to spans sat via scss*/
#firstSpan {
    font-size: 14px;
    color: #666;
    font-weight: 700;
}
#secondSpan {
    font-size: .8em;
    letter-spacing: .08em;
    display: block;
    font-weight: normal;
    color: #888;
}
/*span slut*/

.inputFields {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    transition: border-color .5s ease;
    &::placeholder

{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    font-size: 14px;
}

}
button {
    margin-top: 10px;
    font-size: .9em;
    width: 100%; 
}


.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #999;
}
.inpContainer {
    width: 320px;
    &.loading

{
    opacity: .5;
}

}
footer {
    position: absolute;
    bottom: 3px;
    left: 0;
    font-size: 10px;
    color: #ccc;
    text-align: center;
    width: 100%;
    letter-spacing: .1em;   
}
#ancor_tag_forgot_wrapper {
    display: flex; 
    justify-content: center; 
    align-items: center;
}
#ancor_tag_forgot {    
    margin-top: 5px;
    color: #ccc;
    
}
#ancor_tag_au2mate {
    color: #ccc;
}
#remember_me{
    margin-left: 5px;
}
#fake_text {
    background: transparent;
    border: none;    
    margin-top: 10px;
    /*optional*/    
    /*input has OS specific font-family*/
    color: #ccc;  
    cursor: pointer;        
}
#fake_text:hover {
    text-decoration: underline;
}