﻿body {
    /* background-image: url('../Images/LogInBackground.jpg')*/
}
.dvback {
    background-image: url('../Images/TimeToLinked.png');
    background-repeat: no-repeat;
}
#login-name {
    font-size: 65px;
    font-family: arabic typesetting;
    border-bottom-style: ridge;
    color: white;
}

#login {
    background-color: steelblue; /*rgba(13,13,13,0.2);*/
    min-height: 400px;
    padding: 40px 80px 40px 80px;
    box-shadow: -10px -10px 9px #0094ff;
}

.user {
    font-size: 20px;
    font-family: arabic typesetting;
    color: white;
}

#iconn {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
}

#iconn1 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
}

#text1 {
    /*border-radius: 0;*/
    height: 40px;
}

#text2 {
   /* border-radius: 0;*/
    height: 40px;
}

.btn {
   /* width: 50%;*/
    float: left;
    height: 40px;
    font-size: 18px;
}
