﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

.wrapper-border {
    text-align: center;
}

.form2 {
    background-color: white;
}

.form {
    width: 450px;
    /*margin-left: 600px;*/
    display: inline-block;
    min-height: 280px;
    border: 3px solid #f1f1f1;
    /*margin-bottom: 50px;*/
    background-color: white;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 95%;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

.footermain {
    /*margin-top: 152px;*/
    bottom: 0;
    position: fixed;
    width: 100%;
}

.errorarea {
    padding: 20px 0;
}

.error {
    color: #e02d50 !important;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    margin-top: 40px;
}

.icon {
    padding: 10px;
    background: #DC143C;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 90%;
    padding: 10px;
    outline: none;
}

.alink {
    color: #DC143C;
}

.forget {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
    background-color: #DC143C;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 95%;
    opacity: 0.9;
    margin-left: 0px;
}

    .btn:hover {
        opacity: 1;
    }
