﻿.outside-area {
    height: 100%;
    width: 100%
}

.logo-placeholder {
    width: 150px;
    height: 150px;
}

.logo-name {
    font-size: 35px;
    font-weight: 600;
    color: #ffcc47
}

.title {
    font-size: 20px;
    font-weight: 600;
}

.invalid-feedback {
    text-align: center;
    font-size: 15px;
}

.is-invalid {
    border: 1px solid red
}

.go-back-login {
    width: 200px;
    height: 50px;
}

.go-back-icon{
    font-size:35px;
}
