html,
body {
    height: 100%;
    margin: 0;
    /*background: linear-gradient(to bottom right, #9ee4da, #3e95a2);*/
    /*background-color: #F2F6F9;*/
    background: #5a7890;
}

.signIn a {
    text-decoration: none;
    font-size: 16px;
    /*color: #5a7890;*/   
}

.credentials a {
    text-decoration: underline;
    /*color: #5a7890;*/
}

.signIn * {
    font-family: Arial, Helvetica, sans-serif;
    color: #6d6e71;
}

.profileParent * {
    font-family: Arial, Helvetica, sans-serif;
    color: #6d6e71;
}

.signIn {
    /* background: linear-gradient(to bottom right, #9ee4da, #3e95a2); */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signIn_Form {
    max-width: 565.5px;
    /*height: 692px;*/
    height: 760px;
    background: white;
    border-radius: 14px /*15px*/;
    width: 82%;
    margin: 0px 35px;
}

.signUp_Form {
    max-width: 565.5px;
    height: 760px;
    background: white;
    border-radius: 14px /*15px*/;
    width: 82%;
    margin: 0px 35px;
}

.profileParent {
    /* background: linear-gradient(to bottom right, #9ee4da, #3e95a2); */
    height: stretch;
    display: flex;
    align-items: center;
    place-content:center;
    justify-content: center;
}

.complete_Form {
    max-width: 580px;
    height: 760px;
    background: white;
    border-radius: 14px /*15px*/;
    width: 82%;
    margin: 0px 35px;
}

.profile_Form {
    /*max-width: 580px;*/
    max-width: 760px;
    /*height: 760px;*/
    background: white;
    border-radius: 14px /*15px*/;
    width: 82%;
    margin: 35px 35px;
}

.signIn_Margin {
    margin: 40px 50px 50px 50px;
}

.backLinkBlock {
    margin: 0px 0px 10px 0px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    margin-top: 67px;
}

.my_footer {
    position: inherit;
    display:inline-block;
    vertical-align:bottom;
    text-align: center;
    bottom: 100px;
    padding-top: 30px;
    padding-bottom: 10px;
}

img.logo_aam { 
    width: 75px;
}

.navigation {
    margin-right: 12px;
    margin-bottom: 14px;
}

.header h1 {
    font-size: 30px;
    margin-bottom: 11px;
    font-weight: bold;
}

.header h2 {
    font-size: 24px;
    margin-bottom: 11px;
    font-weight: bold;
}

.header a {
    color: #5a7890;
    font-size: 18px;
    font-weight: bolder;
}

.header span {
    font-size: 19px;
}

.credentials span {
    /*font-size: 19px;*/
}
.credentials p {
    font-size: 15px;
}

.linkNewUser {
    font-size: 18px;
}

.linkSignUp {
    color: #5a7890;
    font-weight: bolder;
}

.linkUnderlined {
    color: #5a7890;
    font-weight: bolder;
    text-decoration: underline;
}

.credentials {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
    padding-right: 18px;
}

.regularForm {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-right: 0px;       
}

.addContactForm {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-right: 0px;
}

select {
    outline: none;
    /*border: none;*/
    border: 1px solid;
    border-radius: 6px;
    /*border-left: 10px solid #5a7890;*/
    width: 100%;
    height: 40px;
    /*background: #f2f2f2;*/
    margin-bottom: 30px;
    font-size: 15px;
    /*text-indent: 16px;*/
    box-sizing: border-box;
    text-overflow: ellipsis;
    padding-left: 16px;
}

/*input {
    outline: none;
    border: none;
    border-left: 10px solid #5a7890;
    width: 100%;
    height: 48px;
    background: #f2f2f2;
    margin-bottom: 30px;
    font-size: 17px;
    text-indent: 24px;
    box-sizing: border-box;
}*/
input {
    outline: none;
    /*border: none;*/
    border: 1px solid;
    border-radius: 6px;
    /*border-left: 10px solid #5a7890;*/
    width: 100%;
    height: 40px; /*48px*/
    /*background: #f2f2f2;*/
    margin-bottom: 30px;
    font-size: 15px; /*17px*/
    text-indent: 16px; /*24px*/
    box-sizing: border-box;
}

    input[type="checkbox"] {
        display: inline-block; /*SET TO DISPLAY INLINE BLOCK*/
        height: 20px;
        width: 20px;
        margin:0px 4px 0px 0px;
    }

.regularData {
    margin-bottom: 5px;    
}
.regularDataWrong {
    margin-bottom: 5px;
    border-left: 10px solid #ff0000;
}

.regularDataPhone {
    margin-bottom: 5px;    
}

input::placeholder {
    color: #bcbec0;
}

.password {
    margin-bottom: 12px;
}

.linkForgotPassword {
    float: right;
    display: block;
    /*margin-right: -13px;*/
    color: #5a7890;
}

.btnSubmit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: block;
    color: white;
    background: #5a7890;
    width: 185px;
    height: 40px; /*66px*/
    font-size: 18px; /*22px*/
    border-radius: 20px; /*6px;*/
    border: none;
    cursor: pointer;
}

.btnMedium {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
    color: white;
    background: #5a7890;
    width: 185px;
    height: 40px;/*46px;*/
    font-size: 18px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.btnLink {
    float: right;
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.btnLinkLeft {
    float: left;
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.my_row {
    display: flex;
}
.columnFirst {
    float: left;
    /*width: 50%;*/
    flex: 47%;
    margin-right: 2px;
}
.columnSecond {
    float: right;
    /*width: 50%;*/
    flex: 47%;
    margin-left: 2px;
}

.columnSecondCenter {
    float: right;
    width: 50%;
}

/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both; background-color:palevioletred;
}*/


.centerVerticalSpan {
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
    min-height: 48px;
}


@media (max-width: 768px) {
/*@media (max-device-width: 768px) {*/

    .signIn a {
        font-size: 13.5px;
    }

    .signIn_Margin {
        margin: 27px;
    }

    .header {
        margin-top: 40px;
    }

    .my_footer {
        position: inherit;
        vertical-align: bottom;
        text-align: center;
        display: inline-block;
        /*bottom: 25px;*/
    }

        .my_footer span {
            font-size: 13px;
            text-align: center;
            display: block;
        }

    .navigation {
        margin-right: 0px;
    }

    .header h1 {
        font-size: 28px;
        text-align: center;
    }

    .header span {
        font-size: 13px;
        text-align: center;
        display: block;
    }

    .credentials span {
        font-size: 14px;
    }

    .credentials {
        margin-top: 56px;
    }
    .regularForm {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        padding-right: 0px;
    }

    .addContactForm {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        padding-right: 0px;
    }

    input {
        border-left: 7px solid #5a7890;
        height: 39px;
        margin-bottom: 24px;
        font-size: 15px;
        text-indent: 17px;
    }


    .linkForgotPassword {
        margin-top: -3px;
        margin-right: -12px;
    }

    .btnSubmit {
        margin-top: 65px;
        width: 150px;
        height: 53px;
        font-size: 19px;
        border-radius: 4px;
    }

    .signIn_Form {
        height: 650px;
        max-width: 554px;
        border-radius: 12px;
        width: 98%;
        margin: 0px 20px;
    }

    .signUp_Form {
        height: 680px;
        max-width: 554px;
        border-radius: 12px;
        width: 98%;
        margin: 0px 20px;
    }

    .top {
        align-items: center;
        flex-direction: column;
        height: 153px;
    }

    .navigation {
        order: -1;
        align-self: end;
    }

    .centerVerticalSpan {
        align-items: center;
        vertical-align: middle;
        display: inline-flex;
        min-height: 39px;
    }
}