﻿.previous-account { 
    width: 46%; 
    margin-left: 4%; 
    float: left; 
    text-align: center; 
    padding: 10px 0; 
    cursor: pointer; 
}

.previous-account p { 
    padding: 20px 0 0 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.previous-account:hover p { 
    color: #6593e6;
}

.clear { 
    clear: both;
}

body {
    background-repeat: no-repeat;
    background-position: right 40px bottom 40px;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body {
    background-image: url(../../images/cs_shape.png);
    background-color: #ebebeb;
}

.body-external {
    background-image: url(../../images/cs_shape_white.png);
    background-color: var(--primary);
}

.container {
    width: 320px;
    background-color: #fff;
    /*margin-bottom: 25px;*/
}

.content {
    padding: 40px 25px 10px;
}

.content-social {
}

.content-social>p {
    padding: 0.25rem 2rem;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
    /*height: 60px;*/
}

.logo img {
    width: 250px;
}

.cs-logo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 100px;
}

.social-logo {
    padding: 15px;
}

.social-logo img {
    height: 25px;
}

.heading {
    margin-bottom: 18px;
    line-height: 40px;
    color: black;
    text-align: center;
}

.signup 
{
    text-align: center;
}

.signup h2 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.input {
    width: 225px;
    height: 32px;
    padding: 5px 8px;
    border: 1px solid #a3a3a3;
    transition: border-color .2s;
    margin-bottom: 15px;
}

.input:hover {
    border-color: black;
}

.input:focus {
    border-color: #5c9ae6;
    border-radius: 0;
    outline: none;
}

.input:read-only {
    cursor: default;
    opacity: 0.5;    
}

.input:read-only:hover {
    border-color: #a3a3a3;
}

.input:read-only:focus {
    border-color: #a3a3a3;
}

button {
    float: right;
    width: 32px;
    height: 32px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
}

.logoutButton {
    width: 100px;
    float: none;
    height: 32px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
    }

button:hover {
    background-color: var(--darkest-primary);
}

button:focus {
    outline: none;
}

.error {
    font-size: 11px;
    color: #cc525c;
    float: left;
    width: 100%;
}

.disabled {
    background-color: #a3a3a3;
    cursor: not-allowed;
}

.buttons {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.buttons button {
    margin-bottom: 15px;
}

.disabled:hover {
    background-color: #a3a3a3;
}

.errors {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 12px;
}

.link-button {
    color: var(--purple);
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0.25rem;
}

.link-button:hover
{
    text-decoration: underline;
}

#selfRegister:hover 
{
    text-decoration: underline;
}

.cs-getinfo
{
    padding-top: 15px;
}
