﻿body {
    padding: 0;
    margin: 0
}

#container {
    background-color:aliceblue;
    height: 600px;
}

#formcontainer,.formwrap {
    /*width: 450px;
    height: 550px;
    background-color: white;
    box-shadow: 0 0 20px black;
    7left: 35%;
    border-radius: 8px*/
    /*//position: relative;
    top: 50px;*/
 
    
}

#img1 {
    width: 100%;
    /* height: 150px; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 90px;
    margin: 0 auto;
    display: block;
}

#cross {
    width: 20px;
    height: 20px;
    position: relative;
    top: -145px;
    left: 94%
}

#text {
    font-size: 25px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    /* position: relative; */
    /* top: -20px; */
}

#email,
#password {
    max-width: 70%;
    /* height: 1px; */
    position: relative;
    /* top: -30px; */
    /* left: 12%; */
    /* border-radius: 5px; */
    /* border-width: 1px; */
    border-color: gray;
    padding: 15px 0;
    font-size: 18px;
    text-indent: 15px;
    outline: none;
    margin: 0 auto 15px;
    display: block;
    width: 100%;
    border: 1px solid #999999;
}

#email:hover,
#password:hover {
    background-color: gainsboro
}

#email:focus,
#password:focus {
    box-shadow: 0 0 10px green;
    border: none
}

#check {
    position: relative;
    /* top: 12px; */
    /* left: -66% */
    display: inline-block;
    margin: 0;
}

#text1 {
    font-size: 17px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    /* top: -36px; */
    /* left: 25px; */
    color: gray;
    display: inline-block;
    text-align: right;
    margin: 0;
}

#forget {
    position: relative;
    /* top: -77px; */
    /* left: 39%; */
    color: #008CBA;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    float: right;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#login {
    width: 70%;
    /* height: 40px; */
    position: relative;
    /* left: 12%; */
    /* top: -60px; */
    cursor: pointer;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    /* border-radius: 5px; */
    display: block;
    border: none;
    background-color: #00659B;
    color: white;
    margin: 0 auto 15px;
    padding: 15px 0;
}

#login:hover {
    background-color: rgb(0, 128, 0, 0.7)
}

#hrline1 {
    line-height: 1em;
    position: relative;
    top: -40px;
    left: -30%;
    width: 38%
}

#text2 {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    /* top: -70px; */
    /* left: 40%; */
    color: gray;
}

#hrline2 {
    position: relative;
    top: -95px;
    left: 31%;
    width: 37%
}

#facebook1,
#google1 {
    width: 15px;
    height: 15px;
    position: relative;
    left: -10%;
    top: 1px
}

#facebook,
#google {
    width: 140px;
    height: 40px;
    position: relative;
    top: -80px;
    left: 12%;
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    font-size: 17px;
    background-color: white
}

#facebook:hover {
    background-color: #2c27bc;
    color: white;
    transition: 0.5s
}

#google {
    position: relative;
    left: 26.5%
}

#google:hover {
    background-color: #ce6c46;
    color: white;
    transition: 0.5s
}

#text3 {
    position: relative;
    /* top: -66px; */
    /* left: 17%; */
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    color: gray;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

#signup {
    position: relative;
    /* top: -106px; */
    /* left: 55%; */
    color: black;
    font-size: 15px;
    border: none;
    color: #008CBA;
    line-height: 50px;
    /* padding: 0px 32px; */
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    -webkit-appearance: button;
    -moz-appearance: button;
    /* float: right; */
}

a.button {
   
    

    text-decoration: none;
    color: initial;
}
.float-left{float:left;}
.banner-form{float:left;height: 600px;
             position: relative;
    width: 50%;}
.banner-form h1 {
    color: #fff;
    top: 100px;
    position: absolute;
    left: 20px;
    font-size: 3em;
    max-width: 50%;
}

.formwrap{
    margin: 0 auto;
    max-width: 70%;
    /* top:50px; */
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100vh;
}
#form1 {
    width: 50%;
    height: 600px
}
.input-group {
    max-width: 70%;
    width: 100%;
    margin: 20px auto;
}
.mid-wrap{
        display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.form-logo{
    padding:25px 0;
}

@media only screen and (max-width:1024px){

    .formwrap {
        margin: 0 auto;
        max-width: 90%;
    }
}
@media only screen and (max-width:830px) {
    #formcontainer,.formwrap {
        position: relative;
        /*left: 20%*/
    }
    .banner-form{display:none;}
    #form1{width:100%;height: 100%;}
}

@media only screen and (max-width:620px) {
    #formcontainer,.formwrap {
        position: relative;
        /*left: 10%*/
    }
    #formcontainer, .formwrap{max-width:100%;}
    #container {
        height: 100%;
    }
    #email, #password,.input-group{max-width:94%;}
    #login{width:94%;}
}

@media only screen and (max-width:530px) {
    #formcontainer,.formwrap {
        position: relative;
        /*left: 4%*/
    }
}

