﻿.regbtn {
    display: block;
    float: left;
    position: absolute;
    margin-top: 145px;
}

.HeaderStyle-CssClass {
    font-weight: 800;
    font-size: 120%;
}



@media (min-width: 200px) {
    .reg, .reg2 {
        /*border-style: solid;*/
        box-shadow: none;
        padding: 0;
        padding-bottom: 88px;
        border-width: 1px;
        border-color: #607d8b;
        border-radius: 6px;
    }
}

@media (min-width: 700px) {
    .reg, .reg2 {
        /*border-style: solid;*/
        box-shadow: 0 0 4px rgb(0 0 0 / 22%);
        padding: 33px;
        padding-bottom: 88px;
        border-width: 1px;
        border-color: #607d8b;
        border-radius: 6px;
    }
}

    .reg input {
        height: 20px;
    }

#ContentPlaceHolder1_Login1_PasswordRecoveryLink {
    text-decoration: none;
    color: darkgreen;
}

#ContentPlaceHolder1_Login1_CreateUserLink {
    color: black;
    font-weight: 600;
}
