﻿/*CSS used for Login Page only*/
body {
    background: #edf0f5;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.page_spacing {
    overflow: hidden;
    position: relative;
    width: 900px;
    height: 600px;
    padding-bottom: 112px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    background: #fff;
    margin: 50px auto 100px;
}

.Daredetails {
    font-family: 'Arial';
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    font: position: relative;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.login__form {
    overflow: hidden;
    position: relative;
    margin-left: 250px;
    background: #fff;
    align-items: center;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 20px;
    width: 396px;
    margin-top: 20px;
}

.login_page_header {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

button {
    background-color: #1877f2;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    color: white;
    line-height: 48px;
    width: 350px;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #dddfe2;
    font-size: 17px;
    color: #1d2129;
    padding: 14px 16px;
    width: 315px;
    height: 22px;
}

.warning {
    color: red;
    font-size: 14px;
}

.text-danger {
    color: red;
    font-size: 12px;
}
